func crypto/ecdsa.signLegacy
2 uses
crypto/ecdsa (current package)
ecdsa.go#L233: return signLegacy(priv, rand, hash)
ecdsa_legacy.go#L83: func signLegacy(priv *PrivateKey, csprng io.Reader, hash []byte) (sig []byte, err error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)